home *** CD-ROM | disk | FTP | other *** search
- /* ***** BEGIN LICENSE BLOCK *****
- * Version: NPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Netscape Public License
- * Version 1.1 (the "License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1998-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Joe Hewitt (hewitt@netscape.com)
- * Jason Kersey (kerz@netscape.com)
- * Pierre Chanial (chanial@noos.fr)
- * Dean Tessman (dean_tessman@hotmail.com)
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the NPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the NPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
- @import url("chrome://global/skin/");
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- #PersonalToolbar {
- min-height: 22px !important;
- }
-
- #toolbar-menubar {
- min-height: 10px !important;
- }
-
- #main-menubar {
- border: none !important;
- }
-
- /* ::::: bookmark buttons ::::: */
-
- toolbarbutton.bookmark-item {
- margin: 0;
- min-width: 0;
- max-width: 13em;
- padding: 2px 2px 2px 3px;
- color: -moz-DialogText !important;
- }
-
- toolbarbutton.bookmark-item:hover, toolbarbutton.bookmark-item:hover:active {
- color: #0000FF !important;
- background: url("chrome://browser/skin/icons/Selects.png") repeat-x;
- }
-
-
- toolbarbutton.bookmark-item[container="true"] {
- text-decoration: none !important;
- }
-
-
- toolbarbutton.bookmark-item:hover:active,
- toolbarbutton.bookmark-item[open="true"] {
- padding: 2px 2px 2px 3px;
- }
-
- .bookmark-item > .toolbarbutton-icon {
- width: 16px;
- height: 16px;
- }
-
- /* Prevent [mode="icons"] from hiding the label */
- .bookmark-item > .toolbarbutton-text {
- display: -moz-box !important;
- }
-
-
- .bookmark-item > .toolbarbutton-menu-dropmarker {
- display: none;
- }
-
- .toolbarpaletteitem-box[type="bookmarks-toolbar"][place="palette"] {
- width: 32px;
- height: 32px;
- background: url("chrome://browser/skin/icons/Bookmarks-folder.png") no-repeat;
- }
-
- .bookmarks-toolbar-customize {
- display: none;
- max-width: 15em !important;
- }
-
- toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize {
- display: -moz-box;
- }
-
- toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-overflow-items {
- visibility: hidden;
- }
-
- toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-items {
- visibility: hidden;
- }
-
- /* ::::: bookmark menus ::::: */
-
- menu.bookmark-item,
- menuitem.bookmark-item {
- min-width: 0;
- max-width: 26em;
- border-top: 1px solid transparent !important;
- border-bottom: 1px solid transparent !important;
- padding: 1px 3px 1px 2px;
- margin-top: -1px;
- }
-
- .bookmark-item > .menu-iconic-left > .menu-iconic-icon {
- width: 16px;
- height: 16px;
- }
-
- /* ..... drag and drop styles ..... */
-
- .bookmark-item[dragover-left="true"] {
- -moz-border-left-colors: #000000;
- }
- .bookmark-item[dragover-right="true"] {
- -moz-border-right-colors: #000000;
- }
- .bookmark-item[dragover-top="true"] {
- -moz-border-top-colors: #000000;
- }
- .bookmark-item[dragover-bottom="true"] {
- -moz-border-bottom-colors: #000000;
- }
-
-
- /* ::::: bookmark items ::::: */
-
- .bookmark-item {
- list-style-image: url("chrome://browser/skin/icons/bookmark_item.png") !important;
- }
-
- .bookmark-item[container="true"] {
- list-style-image: url("chrome://browser/skin/icons/folder_closed.png") !important;
- }
- .bookmark-item[open="true"],
- .bookmark-item[container="true"][open="true"] {
- list-style-image: url("chrome://browser/skin/icons/folder_open.png") !important;
- }
-
- .bookmark-item[statustext^="javascript:"] {
- list-style-image: url("chrome://browser/skin/icons/location2.png") !important;
- }
-
- .menuitem-iconic.bookmark-item[statustext^="javascript:"] {
- list-style-image: url("chrome://browser/skin/icons/location2.png") !important;
- }
-
- .bookmark-item[statustext^="ftp:"] {
- list-style-image: url("chrome://browser/skin/icons/location.png") !important;
- }
-
- .menuitem-iconic.bookmark-item[statustext^="ftp:"] {
- list-style-image: url("chrome://browser/skin/icons/location.png") !important;
- }
-
- .bookmark-item[livemark="true"] {
- list-style-image: url("chrome://browser/skin/icons/livefolder_close.png") !important;
- }
-
- .bookmark-item[livemark="true"][open="true"] {
- list-style-image: url("chrome://browser/skin/icons/livefolder_open.png") !important;
- }
-
- /* ::::: primary toolbar buttons ::::: */
-
- .toolbarbutton-1 {
- -moz-box-orient: vertical;
- min-width: 0px;
- }
-
- toolbarbutton:not([disabled="true"]):hover,
- menubutton:not([disabled="true"]):hover,
- toolbarbutton:not([disabled="true"]):hover:active,
- menubutton:not([disabled="true"]):hover:active {
- color: #0000FF !important;/*highlightext !important;*/
- }
-
- .toolbarbutton-menubutton-stack,
- .toolbarbutton-menubutton-button,
- .toolbarbutton-menubutton-stack:hover,
- .toolbarbutton-menubutton-button:hover,
- .toolbarbutton-menubutton-stack:hover:active,
- .toolbarbutton-menubutton-button:hover:active {
- margin: 0 !important;
- display: -moz-box;
- }
-
- toolbar[mode="icons"] .toolbarbutton-text {
- display: none;
- }
-
- toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker,
- toolbar[mode="text"] .toolbarbutton-icon {
- display: none;
- }
-
- toolbar[mode="text"] .toolbarbutton-text {
- padding: 0 !important;
- margin: 0px 5px !important; /* 3 5 */
- }
-
- /* ::::: large icons :::::*/
- #back-button {
- -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button");
- list-style-image: url("chrome://browser/skin/icons/back.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #back-button[buttonover="true"] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #back-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #forward-button {
- -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button");
- list-style-image: url("chrome://browser/skin/icons/forward.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #forward-button[buttonover="true"] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #forward-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #reload-button {
- list-style-image: url("chrome://browser/skin/icons/reload.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #reload-button:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #reload-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
-
- #stop-button {
- list-style-image: url("chrome://browser/skin/icons/stop.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #stop-button:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #stop-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #home-button {
- list-style-image: url("chrome://browser/skin/icons/home.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #home-button:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #home-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #print-button {
- list-style-image: url("chrome://browser/skin/icons/print.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #print-button:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #print-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #new-tab-button {
- list-style-image: url("chrome://browser/skin/icons/new_tab.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #new-tab-button:hover,
- #new-tab-button[checked="true"] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #new-tab-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #new-window-button {
- list-style-image: url("chrome://browser/skin/icons/new_window.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #new-window-button:hover,
- #new-window-button[checked="true"] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #new-window-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #downloads-button {
- list-style-image: url("chrome://browser/skin/icons/downloads.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #downloads-button:hover,
- #downloads-button[checked="true"] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #downloads-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #bookmarks-button {
- list-style-image: url("chrome://browser/skin/icons/bookmarks.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #bookmarks-button:hover,
- #bookmarks-button[checked="true"] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #bookmarks-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #history-button {
- list-style-image: url("chrome://browser/skin/icons/history.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #history-button:hover,
- #history-button[checked="true"] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #history-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #cut-button {
- list-style-image: url("chrome://browser/skin/icons/cut.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #cut-button:hover,
- #cut-button[checked="true"] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #cut-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #copy-button {
- list-style-image: url("chrome://browser/skin/icons/copy.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #copy-button:hover,
- #copy-button[checked="true"] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #copy-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #paste-button {
- list-style-image: url("chrome://browser/skin/icons/paste.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #paste-button:hover,
- #paste-button[checked="true"] {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #paste-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #mail-button {
- list-style-image: url("chrome://browser/skin/icons/mails.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- }
- #mail-button:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
- #mail-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #go-button {
- -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button");
- list-style-image: url("chrome://browser/skin/icons/go.png");
- -moz-image-region: rect(0px 32px 32px 0px);
- padding: 0px;
- }
-
- #go-button:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #go-button:hover:active {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #go-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #go-button > .toolbarbutton-menubutton-stack
- > .toolbarbutton-menubutton-dropmarker {
- display: none !important;
- }
-
- /* ::::: small primary toolbar buttons ::::: */
- toolbar[iconsize="small"] #back-button {
- list-style-image: url("chrome://browser/skin/icons/back-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #back-button[buttonover="true"] {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #back-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #forward-button {
- list-style-image: url("chrome://browser/skin/icons/forward-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #forward-button[buttonover="true"] {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #forward-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #reload-button {
- list-style-image: url("chrome://browser/skin/icons/reload-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #reload-button:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #reload-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #stop-button {
- list-style-image: url("chrome://browser/skin/icons/stop-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #stop-button:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #stop-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #home-button {
- list-style-image: url("chrome://browser/skin/icons/home-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #home-button:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #print-button {
- list-style-image: url("chrome://browser/skin/icons/print-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #print-button:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #print-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #downloads-button {
- list-style-image: url("chrome://browser/skin/icons/downloads-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #downloads-button:hover,
- toolbar[iconsize="small"] #downloads-button[checked="true"] {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #downloads-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #new-tab-button {
- list-style-image: url("chrome://browser/skin/icons/new_tab-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #new-tab-button:hover,
- toolbar[iconsize="small"] #new-tab-button[checked="true"] {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #new-tab-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #new-window-button {
- list-style-image: url("chrome://browser/skin/icons/new_window-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #new-window-button:hover,
- toolbar[iconsize="small"] #new-window-button[checked="true"] {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #new-window-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #bookmarks-button {
- list-style-image: url("chrome://browser/skin/icons/bookmarks-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #bookmarks-button:hover,
- toolbar[iconsize="small"] #bookmarks-button[checked="true"] {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #bookmarks-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #history-button {
- list-style-image: url("chrome://browser/skin/icons/history-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #history-button:hover,
- toolbar[iconsize="small"] #history-button[checked="true"] {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #history-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #cut-button {
- list-style-image: url("chrome://browser/skin/icons/cut-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #cut-button:hover,
- toolbar[iconsize="small"] #cut-button[checked="true"] {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #cut-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #copy-button {
- list-style-image: url("chrome://browser/skin/icons/copy-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #copy-button:hover,
- toolbar[iconsize="small"] #copy-button[checked="true"] {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #copy-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #paste-button {
- list-style-image: url("chrome://browser/skin/icons/paste-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #paste-button:hover,
- toolbar[iconsize="small"] #paste-button[checked="true"] {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #paste-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #mail-button {
- list-style-image: url("chrome://browser/skin/icons/mails-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #mail-button:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #mail-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #go-button {
- list-style-image: url("chrome://browser/skin/icons/go-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- toolbar[iconsize="small"] #go-button:hover,
- toolbar[iconsize="small"] #go-button[checked="true"] {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- toolbar[iconsize="small"] #go-button[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- /* ::::: fullscreen window controls ::::: */
-
- #window-controls {
- -moz-box-align: center;
- padding: 0px 2px 0px 4px;
- }
-
- #minimize-button {
- list-style-image: url("chrome://browser/skin/icons/minimize.png");
- }
-
- #minimize-button:hover, #minimize-button:hover:active {
- list-style-image: url("chrome://browser/skin/icons/minimizeX.png");
- }
-
- #restore-button {
- list-style-image: url("chrome://browser/skin/icons/restore.png");
- }
-
- #restore-button:hover, #restore-button:hover:active {
- list-style-image: url("chrome://browser/skin/icons/restoreX.png");
- }
-
- #close-button {
- list-style-image: url("chrome://browser/skin/icons/Close.png");
- }
-
- #close-button:hover, #close-button:hover:active {
- list-style-image: url("chrome://browser/skin/icons/CloseX.png");
- }
-
- /* ::::: nav-bar-inner ::::: */
-
- /*url startcap*/
- #urlbar {
- -moz-appearance: none !important;
- background: url("chrome://browser/skin/icons/leftcap.png") no-repeat left center;
- padding-left: 10px;
- border: none !important;
- }
-
- /*urlbar body*/
- .autocomplete-textbox-container {
- -moz-appearance: none !important;
- background: url("chrome://browser/skin/icons/textbox.png") repeat-x left center;
- padding: 2px 0px; /* aligns url filed with startcap*/
- padding-right: 5px; /* extra padding between url text and dropmarker*/
- }
-
- /*urlbar endcap*/
- .autocomplete-history-dropmarker {
- width: 24px;
- -moz-box-align: center;
- -moz-box-pack: center;
- -moz-appearance: none !important;
- border: none !important;
- background: url("chrome://browser/skin/icons/rightcap.png") no-repeat right center;
- list-style-image:url("chrome://browser/skin/icons/url_dropmarker.png");
- -moz-image-region: rect(0px 16px 16px 0px);
- background-color: Transparent;
- background-repeat: no-repeat;
- margin-left: 0px;
- padding-top: 1px;
- }
-
- .autocomplete-textbox-container:hover, .autocomplete-textbox-container:active {
- color: #0000FF !important;
- }
-
- #urlbar .autocomplete-history-dropmarker:active,
- #urlbar .autocomplete-history-dropmarker[open="true"]:active{
- -moz-image-region: rect(32px 16px 48px 0px);
- }
-
- #urlbar .autocomplete-history-dropmarker:hover{
- -moz-image-region: rect(16px 16px 32px 0px);
- }
-
- /* ::::: page proxy icon ::::: */
-
- #page-proxy-deck,
- #page-proxy-favicon,
- #page-proxy-button,
- #search-proxy-button {
- width:16px !important;
- height:16px !important;
- margin: 0px;
- padding: 0px;
- }
-
- #page-proxy-deck {
- cursor: -moz-grab;
- margin: 2px; /* aligns url filed with startcapp*/
- margin-right: 4px; /*add extra space between icon and url text*/
- }
-
- #page-proxy-favicon {
- list-style-image: none;
- }
-
- #page-proxy-button {
- list-style-image: url("chrome://browser/skin/icons/location.png") !important;
- }
-
- #page-proxy-button[pageproxystate="invalid"] {
- cursor: default;
- list-style-image: url("chrome://browser/skin/icons/location2.png") !important;
- }
-
- statusbarpanel#statusbar-display {
- padding: 3px 0px 0px 10px;
- }
-
-
- /* ::::: search-bar ::::: */
-
- /*startcap*/
- #search-container{
- -moz-appearance: none !important;
- border: none !important;
- background: url("chrome://browser/skin/icons/leftcap.png") no-repeat left center;
- padding-left: 10px;
- margin-right: 2px;
- margin-left: 2px;
- }
-
- /*endcap*/
- #searchbar {
- -moz-appearance: none !important;
- border: none !important;
- background: url("chrome://browser/skin/icons/rightcap.png") no-repeat right center;
- margin: 0px;
- margin-right: 2px;
- padding-right: 0px;
- }
-
- /*serch bar body*/
- .searchbar-textbox {
- -moz-appearance: none !important;
- border: none !important;
- background: url("chrome://browser/skin/icons/textbox.png") repeat-x left center;
- width: 110px;
- margin: 0px;
- margin-right: 10px;
- padding: 2px 0px 2px 0px;
- }
-
- .searchbar-textbox:hover, .searchbar-textbox:active {
- color: #0000FF !important;
- }
-
- .searchbar-dropmarker {
- padding-right: 4px;
- margin-left: -3px;
- }
-
- #miSearchModeFind, #__PhoenixFindInPage {
- list-style-image: url("chrome://browser/skin/icons/search-bar.png");
- }
-
- #miSearchModeFind[checked="true"] {
- list-style-image: url("chrome://global/skin/menu/menu-check.gif");
- }
-
- #search-bar > .autocomplete-textbox-container {
- border: none;
- padding-right: 10px;
- margin: 0px;
- }
-
-
- /* ::::: autocomplete ::::: */
-
- .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
- color: #555566;
- }
-
- /* ::::: Find bar ::::: */
-
- #find-closebutton {
- border: 1px solid transparent;
- padding: 3px 2px 4px 2px !important;
- list-style-image: url("chrome://browser/skin/icons/close-button.png");
- -moz-appearance: none;
- }
-
- #find-closebutton > .toolbarbutton-icon {
- margin-right: 0px !important;
- padding-right: 2px !important;
- padding-left: 2px !important;
- }
-
- #find-closebutton:hover {
- list-style-image: url("chrome://browser/skin/icons/close-button-hov.png");
- }
-
- #find-closebutton:hover:active {
- list-style-image: url("chrome://browser/skin/icons/close-button.png");
- }
-
- #find-previous
- {
- list-style-image: url("chrome://browser/skin/icons/arrow-up.png");
- -moz-opacity: 0.7 !important;
- }
-
- #find-previous[disabled="true"]
- {
- -moz-opacity: 0.2 !important;
- }
-
- #find-previous:not([disabled="true"]):hover
- {
- -moz-opacity: 1.0 !important;
- }
-
- #find-next
- {
- list-style-image: url("chrome://browser/skin/icons/arrow-down.png");
- -moz-opacity: 0.7 !important;
- }
-
- #find-next[disabled="true"]
- {
- -moz-opacity: 0.2 !important;
- }
-
- #find-next:not([disabled="true"]):hover
- {
- -moz-opacity: 1.0 !important;
- }
-
- #highlight
- {
- list-style-image: url("chrome://global/skin/CuteMenus/hline.png");
- -moz-opacity: 0.7 !important;
- }
-
- #highlight[disabled="true"]
- {
- -moz-opacity: 0.2 !important;
- }
-
- #highlight:not([disabled="true"]):hover
- {
- -moz-opacity: 1.0 !important;
- }
- #highlight[checked="true"]
- {
- -moz-opacity: 1.0 !important;
- color: #0000FF !important;
- font-weight: bold !important;
- }
-
- #find-status-icon[status="notfound"] {
- padding-left: 25px !important;
- list-style-image: url("chrome://browser/skin/Info.png");
- }
-
- #find-field[status="notfound"] {
- color: #FF6666 !important;
- }
-
- #find-status-icon[status="wrapped"] {
- padding-left: 25px !important;
- list-style-image: url("chrome://global/skin/CuteMenus/undo.png");
- }
-
-
- #sidebar {
- background-color: Window;
- }
-
- /* ::::: content area ::::: */
-
- #status-bar {
- border-top: none;
- }
-
- #security-button {
- display: none;
- -moz-box-direction: reverse !important;
- }
-
- #security-button[level="high"] {
- display: -moz-box;
- padding: 0px 0px 0px 3px !important;
- list-style-image: url("chrome://browser/skin/icons/lock-secure.png");
- }
-
- #security-button[level="low"] {
- display: -moz-box;
- padding: 0px 0px 0px 3px !important;
- list-style-image: url("chrome://browser/skin/icons/lock-insecure.png");
- }
-
- #security-button[level="broken"] {
- display: -moz-box;
- padding: 0px 0px 0px 3px !important;
- list-style-image: url("chrome://browser/skin/icons/lock-broken.png");
- }
-
- #page-report-button {
- display: none;
- }
-
- #page-report-button[blocked] {
- display: -moz-box;
- padding: 0px 0px 0px 3px !important;
- list-style-image: url("chrome://browser/skin/Info.png");
- }
-
- #page-theme-button {
- display: none;
- }
-
- #page-theme-button[themes] {
- display: -moz-box;
- padding: 0px 0px 0px 3px !important;
- list-style-image: url("chrome://browser/skin/icons/page-themes.png");
- }
-
- #livemark-button {
- display: none;
- }
-
- #livemark-button[livemarks] {
- display: -moz-box;
- width: 16px !important;
- padding: 0px 0px 0px 3px !important;
- list-style-image: url("chrome://global/skin/CuteMenus/bookmark.png");
- }
-
-
- /* ::::: throbber ::::: */
-
- #navigator-throbber {
- -moz-appearance: none !important;
- -moz-user-focus: ignore;
- border: none !important;
- padding: 0px !important;
- margin: -3px 3px -3px 3px !important;
- min-width: 0px !important;
- background-color: transparent;
- list-style-image: url("chrome://browser/skin/icons/throbber.png");
- }
-
- #navigator-throbber .button-box {
- -moz-appearance: none !important;
- background: none !important;
- padding: 0px !important;
- }
-
- #navigator-throbber[busy="true"] {
- list-style-image: url("chrome://browser/skin/icons/throbber.gif");
- }
-
- toolbar[iconsize="small"] #navigator-throbber,
- toolbar[mode="text"] #navigator-throbber {
- }
-
- toolbar[iconsize="small"] #navigator-throbber[busy="true"],
- toolbar[mode="text"] #navigator-throbber[busy="true"] {
- }
-
- .tabs-closebutton {
- list-style-image: url("chrome://browser/skin/icons/close-button.png");
- }
-
- .tabs-closebutton:hover, .tabs-closebutton:hover:active {
- list-style-image: url("chrome://browser/skin/icons/close-button-hov.png");
- }
-
-
- #content .tabs-closebutton {
- list-style-image: url("chrome://browser/skin/icons/close-button.png");
- }
-
- #content .tabs-closebutton:hover {
- list-style-image: url("chrome://browser/skin/icons/close-button-hov.png");
- }
-
- toolbarbutton.chevron {
- list-style-image: url("chrome://global/skin/tree/twisty.png") !important;
- }
-
- toolbarbutton.chevron:hover {
- list-style-image: url("chrome://global/skin/tree/twisty-open.png") !important;
- }
-
- toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
- display: none;
- }
-
- toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
- display: -moz-box;
- }
-
- toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
- display: none;
- }
-
- #sidebar-throbber[loading="true"] {
- list-style-image: url("chrome://broswer/skin/icons/loading.gif");
- }
-
- /* .... URLBAR Secure Feature .... */
- #urlbar[level="high"] > .autocomplete-textbox-container {
- font-weight: bold;
- font-style: italic;
- color: #089501;
- }
- #urlbar[level="low"] > .autocomplete-textbox-container {
- font-weight: bold;
- font-style: italic;
- color: #D9D214;
- }
- #urlbar[level="broken"] > .autocomplete-textbox-container {
- font-weight: bold;
- font-style: italic;
- color: #FF0000;
- }
-
- #urlbar[level="high"] > .autocomplete-textbox-container > .info-icon {
- width: 16px !important;
- height: 16px !important;
- margin: 2px; /* aligns url filed with startcapp*/
- margin-left: 4px; /*add extra space between icon and url text*/
- list-style-image: url("chrome://browser/skin/icons/lock-secure.png");
- }
- #urlbar[level="low"] > .autocomplete-textbox-container > .info-icon {
- width: 16px !important;
- height: 16px !important;
- margin: 2px; /* aligns url filed with startcapp*/
- margin-left: 4px; /*add extra space between icon and url text*/
- list-style-image: url("chrome://browser/skin/icons/lock-insecure.png");
- }
- #urlbar[level="broken"] > .autocomplete-textbox-container > .info-icon {
- width: 16px !important;
- height: 16px !important;
- margin: 2px; /* aligns url filed with startcapp*/
- margin-left: 4px; /*add extra space between icon and url text*/
- list-style-image: url("chrome://browser/skin/icons/lock-broken.png");
- }
-
- /* .... Toolbar Enhancements Extension Support .... */
- .tbx-button { list-style-image: url(chrome://browser/skin/icons/tbx-large.png) !important; }
- toolbar[iconsize="small"] .tbx-button { list-style-image: url(chrome://browser/skin/icons/tbx-small.png) !important; }
-
- #tbx-options-button { -moz-image-region: rect(0 32px 32px 0) !important; }
- toolbar[iconsize="small"] #tbx-options-button { -moz-image-region: rect(0 20px 20px 0) !important; }
-
- #tbx-addbookmark-button { -moz-image-region: rect(0 64px 32px 32px) !important; }
- toolbar[iconsize="small"] #tbx-addbookmark-button { -moz-image-region: rect(0 40px 20px 20px) !important; }
-
- #tbx-managebookmarks-button { -moz-image-region: rect(0 96px 32px 64px) !important; }
- toolbar[iconsize="small"] #tbx-managebookmarks-button { -moz-image-region: rect(0 60px 20px 40px) !important; }
-
- #tbx-save-button { -moz-image-region: rect(0 128px 32px 96px) !important; }
- toolbar[iconsize="small"] #tbx-save-button { -moz-image-region: rect(0 80px 20px 60px) !important; }
-
- #tbx-viewsource-button { -moz-image-region: rect(0 160px 32px 128px) !important; }
- toolbar[iconsize="small"] #tbx-viewsource-button { -moz-image-region: rect(0 100px 20px 80px) !important; }
-
- #tbx-jsconsole-button { -moz-image-region: rect(0 192px 32px 160px) !important; }
- toolbar[iconsize="small"] #tbx-jsconsole-button { -moz-image-region: rect(0 120px 20px 100px) !important; }
-
- #tbx-fullscreen-button { -moz-image-region: rect(0 224px 32px 192px) !important; }
- toolbar[iconsize="small"] #tbx-fullscreen-button { -moz-image-region: rect(0 140px 20px 120px) !important; }
-
- #tbx-zoomout-button { -moz-image-region: rect(0 256px 32px 224px) !important; }
- toolbar[iconsize="small"] #tbx-zoomout-button { -moz-image-region: rect(0 160px 20px 140px) !important; }
-
- #tbx-zoomreset-button { -moz-image-region: rect(0 288px 32px 256px) !important; }
- toolbar[iconsize="small"] #tbx-zoomreset-button { -moz-image-region: rect(0 180px 20px 160px) !important; }
-
- #tbx-zoomin-button { -moz-image-region: rect(0 320px 32px 288px) !important; }
- toolbar[iconsize="small"] #tbx-zoomin-button { -moz-image-region: rect(0 200px 20px 180px) !important; }
-
- #tbx-pageinfo-button { -moz-image-region: rect(0 352px 32px 320px) !important; }
- toolbar[iconsize="small"] #tbx-pageinfo-button { -moz-image-region: rect(0 220px 20px 200px) !important; }
-
- #tbx-clearcache-button { -moz-image-region: rect(0 384px 32px 352px) !important; }
- toolbar[iconsize="small"] #tbx-clearcache-button { -moz-image-region: rect(0 240px 20px 220px) !important; }
-
- #tbx-pagecookies-button { -moz-image-region: rect(0 416px 32px 384px) !important; }
- toolbar[iconsize="small"] #tbx-pagecookies-button { -moz-image-region: rect(0 260px 20px 240px) !important; }
-
- #tbx-stopreload-button[state="stop"] { -moz-image-region: rect(0 448px 32px 416px) !important; }
- toolbar[iconsize="small"] #tbx-stopreload-button[state="stop"] { -moz-image-region: rect(0 280px 20px 260px) !important; }
-
- #tbx-stopreload-button { -moz-image-region: rect(0 480px 32px 448px) !important; }
- toolbar[iconsize="small"] #tbx-stopreload-button { -moz-image-region: rect(0 300px 20px 280px) !important; }
-
- #tbx-javascript-tabpref[checked="true"] { -moz-image-region: rect(0 512px 32px 480px) !important; }
- toolbar[iconsize="small"] #tbx-javascript-tabpref[checked="true"] { -moz-image-region: rect(0 320px 20px 300px) !important; }
-
- #tbx-javascript-tabpref { -moz-image-region: rect(0 544px 32px 512px) !important; }
- toolbar[iconsize="small"] #tbx-javascript-tabpref { -moz-image-region: rect(0 340px 20px 320px) !important; }
-
- #tbx-images-tabpref[checked="true"] { -moz-image-region: rect(0 576px 32px 544px) !important; }
- toolbar[iconsize="small"] #tbx-images-tabpref[checked="true"] { -moz-image-region: rect(0 360px 20px 340px) !important; }
-
- #tbx-images-tabpref { -moz-image-region: rect(0 608px 32px 576px) !important; }
- toolbar[iconsize="small"] #tbx-images-tabpref { -moz-image-region: rect(0 380px 20px 360px) !important; }
-
- #tbx-metaredirects-tabpref[checked="true"] { -moz-image-region: rect(0 640px 32px 608px) !important; }
- toolbar[iconsize="small"] #tbx-metaredirects-tabpref[checked="true"] { -moz-image-region: rect(0 400px 20px 380px) !important; }
-
- #tbx-metaredirects-tabpref { -moz-image-region: rect(0 672px 32px 640px) !important; }
- toolbar[iconsize="small"] #tbx-metaredirects-tabpref { -moz-image-region: rect(0 420px 20px 400px) !important; }
-
- #tbx-plugins-tabpref[checked="true"] { -moz-image-region: rect(0 704px 32px 672px) !important; }
- toolbar[iconsize="small"] #tbx-plugins-tabpref[checked="true"] { -moz-image-region: rect(0 440px 20px 420px) !important; }
-
- #tbx-plugins-tabpref { -moz-image-region: rect(0 736px 32px 704px) !important; }
- toolbar[iconsize="small"] #tbx-plugins-tabpref { -moz-image-region: rect(0 460px 20px 440px) !important; }
-
-
- /* .... Googlebar Extension Support .... */
-
- #googlebarCriteria {
- -moz-appearance: none !important;
- background: url("chrome://browser/skin/icons/leftcap.png") no-repeat left center;
- padding-left: 0px;
- border: none !important;
- }
-
- #googlebarCriteria > .menulist-editable-box {
- -moz-appearance: none !important;
- border: none !important;
- background: url("chrome://browser/skin/icons/textbox.png") repeat-x left center;
- padding: 6px 0px; /* aligns url filed with startcap*/
- padding-right: 5px; /* extra padding between url text and dropmarker*/
- }
-
- #googlebarCriteria > .menulist-dropmarker {
- width: 24px;
- border: none !important;
- -moz-appearance: none !important;
- -moz-box-align: center;
- -moz-box-pack: center;
- background: url("chrome://browser/skin/icons/rightcap.png") no-repeat right center;
- list-style-image:url("chrome://browser/skin/icons/url_dropmarker.png");
- -moz-image-region: rect(0px 16px 16px 0px);
- background-color: Transparent;
- background-repeat: no-repeat;
- margin-left: 0px;
- padding-top: 1px;
- }
-
-
- /* .... Yahoo Toolbar Support .... */
- #yahootoolbarSearchTextDyn {
- -moz-appearance: none !important;
- border: none !important;
- background: url("chrome://browser/skin/icons/leftcap.png") no-repeat left center !important;
- padding-left: 0px !important;
- border: none !important;
- }
-
- #yahootoolbarSearchTextDyn > .menulist-editable-box {
- -moz-appearance: none !important;
- border: none !important;
- background: url("chrome://browser/skin/icons/textbox.png") repeat-x left center !important;
- padding: 6px 0px !important; /* aligns url filed with startcap*/
- padding-right: 5px !important; /* extra padding between url text and dropmarker*/
- }
-
- #yahootoolbarSearchTextDyn > .menulist-dropmarker {
- width: 24px !important;
- border: none !important;
- -moz-appearance: none !important;
- -moz-box-align: center !important;
- -moz-box-pack: center !important;
- background: url("chrome://browser/skin/icons/rightcap.png") no-repeat right center !important;
- list-style-image:url("chrome://browser/skin/icons/url_dropmarker.png") !important;
- -moz-image-region: rect(0px 16px 16px 0px) !important;
- background-color: Transparent !important;
- background-repeat: no-repeat !important;
- margin-left: 0px !important;
- padding-top: 1px !important;
- }
-
-
- /* .... Compact Menu Support .... */
- #menu-button {
- list-style-image: url(chrome://browser/skin/icons/compactmenu.png) !important;
- }
-
-
- /* .... X Paranoia Support .... */
- #x-button {
- list-style-image: url("chrome://browser/skin/icons/Xb.png") !important;
- -moz-image-region: rect(0 32px 32px 0) !important;
- padding: 0px !important;
- }
-
- toolbar[iconsize="small"] #x-button {
- list-style-image: url("chrome://browser/skin/icons/Xs.png") !important;
- -moz-image-region: rect(0 24px 24px 0) !important;
- padding: 0px !important;
- }
-
-
- /* .... ChatZilla Support .... */
- #tb-chatzilla-open {
- list-style-image: url(chrome://browser/skin/icons/CZ.png) !important;
- }
-
-
- /* .... Tabbrowser Extensions Support .... */
- #tabextensions-tabslist-button {
- list-style-image: url(chrome://browser/skin/icons/list.png) !important;
- }
- toolbar[iconsize="small"] #tabextensions-tabslist-button {
- list-style-image: url(chrome://browser/skin/icons/list-small.png) !important;
- }
-
- #tabextensions-loadTabSession-button {
- list-style-image: url(chrome://browser/skin/icons/save.png) !important;
- }
- toolbar[iconsize="small"] #tabextensions-loadTabSession-button {
- list-style-image: url(chrome://browser/skin/icons/save-small.png) !important;
- }
-
- #tabextensions-closedTabsHistory-button {
- list-style-image: url(chrome://browser/skin/icons/closed.png) !important;
- }
- toolbar[iconsize="small"] #tabextensions-closedTabsHistory-button {
- list-style-image: url(chrome://browser/skin/icons/closed-small.png) !important;
- }
-
-
- /* .... Stop/Reload Extensions Support .... */
- .stopreload-reload {
- list-style-image: url("chrome://browser/skin/icons/reload.png") !important;
- -moz-image-region: rect(0px 32px 32px 0px) !important;
- }
- .stopreload-reload:hover {
- -moz-image-region: rect(32px 32px 64px 0px) !important;
- }
- .stopreload-stop {
- list-style-image: url("chrome://browser/skin/icons/stop.png") !important;
- -moz-image-region: rect(0px 32px 32px 0px) !important;
- }
- .stopreload-stop:hover {
- -moz-image-region: rect(32px 32px 64px 0px) !important;
- }
-
- toolbar[iconsize=small] .stopreload-reload {
- list-style-image: url("chrome://browser/skin/icons/reload-small.png") !important;
- -moz-image-region: rect(0px 24px 24px 0px) !important;
- }
- toolbar[iconsize=small] .stopreload-reload:hover {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
- toolbar[iconsize=small] .stopreload-stop {
- list-style-image: url("chrome://browser/skin/icons/stop-small.png") !important;
- -moz-image-region: rect(0px 24px 24px 0px) !important;
- }
- toolbar[iconsize=small] .stopreload-stop:hover {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }